MAX Function
Modified on 2011/07/22 07:35 by Chad Lowe (CTS) — Categorized as: Uncategorized
MAX( <
value
>, ... <
value n
> )
¶
Returns the largest of the specified values.
Function Parameters
Parameter
Description
<
value 1 to n
>
The values to evaluate.
Examples:
MAX(5, 10, 9, 8)
Evaluates to 10
Back to the Scripting Function Reference